[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
MODEM() (STRING)
Function
Get the connect string as reported by the modem to PCBoard.
Syntax
MODEM() No arguments are required
Return Type & Value
STRING
Returns the modem connect string.
Remarks
PCBoard expects and requires certain information to be reported by the
modem anytime a user connects to the BBS. The minimum requirement is a
string with the word CONNECT; other information may be included, such
as the connect speed, error correction, data compression, etc. Should
your PPL application have need of this information as well, it may be
accessed with this function.
Examples
FAPPEND 1,"MODEM.LOG",O_WR,S_DW
FPUTLN 1,LEFT(U_NAME(),30)+MODEM()
FCLOSE 1
See Also:
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson